home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ 11⁄10⁄89 / 0078-Re GridView restrict-Nov89 < prev    next >
Encoding:
Text File  |  1989-11-10  |  870 b   |  24 lines  |  [TEXT/GEOL]

  1. Item    5999939                         10-Nov-89        18:11
  2.  
  3. From:   BIANCHI1                        Bianchi, Curt
  4.  
  5. To:     SW0075                          SWV VTS Transportation Systems, GBG
  6.  
  7. cc:     MACAPP.TECH$                    MacApp Technical
  8.  
  9. Sub:    Re: GridView restrictions
  10.  
  11. Hi Dan,
  12.  
  13. I don't believe there is anything in the design of gridviews that would prevent
  14. it from being expanded to >32,767 rows or columns.  Mostly, it's a matter of
  15. changing the row/column indexes from integers to longints.  This would also
  16. apply to the TRunArray class in the gridview unit, as it maintains the row and
  17. column heights.  What I would do is to make a copy of MacApp's GridView and
  18. turn it into a 32-bit version.  Unfortunately you can't do this as a subclass
  19. of TGridView as it has the 16-bit row/column indices built into it.
  20.  
  21. Curt Bianchi
  22. Apple Computer
  23.  
  24.